Extender

interface Extender(source)

Extender interface for use with extend. Extenders may be used to add metadata or change options on an action builder.

Inheritors

Functions

Link copied to clipboard
@NonNull
abstract fun extend(@NonNull builder: @NonNull NotificationCompat.Action.Builder): @NonNull NotificationCompat.Action.Builder
Apply this extender to a notification action builder.